home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / DefineSprite_464 / frame_2 / DoAction_2.as next >
Encoding:
Text File  |  2011-06-09  |  379 b   |  16 lines

  1. _root.lvl.hewitt.walk.stop();
  2. if(_root.merri._currentframe == 1)
  3. {
  4.    _root.bgSound.setVolume(_root.snd_calc / 4);
  5. }
  6. i = 1;
  7. while(i < 40)
  8. {
  9.    _root.inven["box" + i]._visible = true;
  10.    _root.inven["box" + i]._x = _root.inven["box" + i].orig_x;
  11.    _root.inven["box" + i]._y = _root.inven["box" + i].orig_y;
  12.    i++;
  13. }
  14. _root.min_objects = 1;
  15. _root.max_objects = 11;
  16.